try {
return this.open(url, new ArrayList<NameValuePair>());
} catch (IOException e) {
throw ExceptionUtils.bankdroidifyException(e);
}
}
try {
return this.open(url, new ArrayList<NameValuePair>());
} catch (IOException e) {
ExceptionUtils.blameBankdroid(e);
throw e;
}
}